home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / QuickDraw / Out of This GWorld / README < prev   
Encoding:
Text File  |  1992-07-15  |  888 b   |  16 lines  |  [TEXT/KAHL]

  1.  
  2.     Out of This GWorld
  3.  
  4. OTG is yet another example of how to fool viewers into believing one thing
  5. without actually doing anything.  The application basically uses offscreen
  6. GWorlds and palette animation to simulate totally cool animation.  Since the
  7. program hopes to provide a better understanding of GWorld and palette usage,
  8. only the source file, out.c, has been commented.  This file, which contains
  9. all the color Quickdraw routines, is actually the meat of the example.  The
  10. remaining source files are just typical toolbox routine calls for event and
  11. menu handling.  Note that this application was written to work on 8bit de-
  12. vices, but can easily be modified for others.  Finally, the About box gives
  13. a pretty good overview of the first six available demos, so I highly recommend
  14. you check it out. Well that's it, and I hope you enjoy this example.
  15.  
  16.                                         Edgar (appleLink: EDGAR)